home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / PeerAware 1.03 / PeerAware-Setup.exe / Html / hub.css < prev    next >
Cascading Style Sheet File  |  2008-09-01  |  4KB  |  214 lines

  1. /*
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.    - Version: MPL 1.1/LGPL 2.1
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License Version
  6.    - 1.1 (the "License"); you may not use this file except in compliance with
  7.    - the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/
  9.    -
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License.
  14.    -
  15.    - The Original Code is PeerAware Workspace User Interface.
  16.    -
  17.    - The Initial Developer of the Original Code is
  18.    - Imunin Software Inc.
  19.    - Portions created by the Initial Developer are Copyright (C) 2006-2008
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s):
  23.    -
  24.    - Alternatively, the contents of this file may be used under the terms of
  25.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.    - in which case the provisions of the LGPL are applicable instead
  27.    - of those above. If you wish to allow use of your version of this file only
  28.    - under the terms of the LGPL, and not to allow others to
  29.    - use your version of this file under the terms of the MPL, indicate your
  30.    - decision by deleting the provisions above and replace them with the notice
  31.    - and other provisions required by the LGPL. If you do not delete
  32.    - the provisions above, a recipient may use your version of this file under
  33.    - the terms of any one of the MPL or the LGPL.
  34.    -
  35.    - ***** END LICENSE BLOCK ***** --> 
  36. */
  37.  
  38. body {
  39. margin:0;
  40. padding:0;
  41. background:white;
  42. font-family: Arial, sans-serif;
  43. font-size: 12px;
  44. overflow:hidden;
  45. }
  46.  
  47. #tabs1 {
  48. float:left;
  49. width:100%;
  50. background:#ece9d8;
  51. line-height:normal;
  52. border-bottom:1px solid #9AB0Be;
  53. font-weight:bold;
  54. }
  55. #tabs1 ul {
  56. margin:0;
  57. padding:10px 10px 0 50px;
  58. list-style:none;
  59. }
  60. #tabs1 li {
  61. display:inline;
  62. margin:0;
  63. padding:0;
  64. }
  65. #tabs1 a {
  66. float:left;
  67. background:url("tableft1.gif") no-repeat left top;
  68. margin:0;
  69. padding:0 0 0 4px;
  70. text-decoration:none;
  71. }
  72. #tabs1 a span {
  73. float:left;
  74. display:block;
  75. background:url("tabright1.gif") no-repeat right top;
  76. padding:5px 15px 4px 6px;
  77. color:#627EB7;
  78. }
  79. #tabs1 a span {float:none;}
  80. #tabs a:hover span {
  81. color:#627EB7;
  82. }
  83. #tabs1 a:hover {
  84. background-position:0% -42px;
  85. }
  86. #tabs1 a:hover span {
  87. background-position:100% -42px;
  88. }
  89. #tabs1 #current a {
  90. background-position: 0 -42px;
  91. }
  92. #tabs1 #current a span {
  93. background-position: 100% -42px;
  94. }
  95.  
  96. #invitetitle
  97. {
  98. margin-left:10px;
  99. color:#215dc6;
  100. font-size: 12px;
  101. font-weight:bold;
  102. }
  103.  
  104. #c
  105. {
  106. left:0px;
  107. right:0px;
  108. bottom:80px;
  109. overflow-x: hidden;
  110. overflow-y: scroll;
  111. background-color:#ffffff;
  112. font-size: 12px;
  113. font-family:verdana;
  114. border-top:1px solid #9AB0Be;
  115. }
  116. div.info {
  117. color: gray;
  118. }
  119. img {
  120. vertical-align: middle;
  121. }
  122. #smileys 
  123. {
  124. position:absolute;
  125. bottom:55px;
  126. left:20px;
  127. }
  128. img.emoticon 
  129. {
  130. margin-bottom:2px;
  131. border: medium none;
  132. }
  133. #editarea 
  134. {
  135. border-top:solid 1px #9AB0Be;
  136. position:absolute;
  137. bottom:0px;
  138. width:100%;
  139. height:80px;
  140. background-color:#ece9d8;
  141. }
  142. #Div1
  143. {
  144. position:absolute;
  145. bottom:10px;
  146. right:80px;
  147. left:20px;
  148. height:40px;
  149. }
  150. #Div1 textarea 
  151. {
  152. font-family: Arial, sans-serif;
  153. font-size: 12px;
  154. width:75%;
  155. height:40px;
  156. border:solid 1px #9AB0Be;
  157. }
  158. #login
  159. {
  160. padding-top: 50px;
  161. }
  162. #dialog {
  163. border: 10px solid #ccc;
  164. background: #fff;
  165. width: 400px;
  166. margin: 0 auto 20px auto;
  167. }
  168. #logindata
  169. {
  170. float:right;
  171. margin-bottom:20px;
  172. margin-right:20px;
  173. }
  174. #remember
  175. {
  176. margin-left:30px;
  177. }
  178. #welcome
  179. {
  180. font-size:14px;
  181. font-family:verdana,sans-serif;
  182. margin-bottom:10px;
  183. }
  184. #pwlogin
  185. {
  186. font-size:14px;
  187. font-family:verdana,sans-serif;
  188. }
  189.  
  190. #Div2
  191. {
  192. margin-bottom:20px;
  193. margin-right:15px;
  194. margin-top:30px;
  195. float:right;
  196. }
  197. #sendbutton 
  198. {
  199. }
  200.  
  201. #loginbutton
  202. {
  203. margin-top:20px;
  204. margin-left:80px;
  205. }
  206. #content
  207. {
  208. margin: 20px 20px 20px 20px;
  209. }
  210. #logo {
  211. float: left;
  212. margin-right:20px;
  213. }
  214.